home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / The Gamblers.php < prev    next >
Encoding:
PHP Script  |  2003-05-06  |  1.7 KB  |  45 lines

  1. <?
  2. // Use a background image. Values can be true or false
  3. $usebackground        =false;
  4.  
  5. // The background image for this page
  6. $imgbackground="";
  7.  
  8. // The image that's being used to display the value bar
  9. $barimg="images\img3.png";
  10.  
  11. // The different colors
  12. $color_link          ="#00FF00"; // Hyperlink
  13. $color_vlink         ="#00FF00"; // Hyperlink visited
  14. $color_alink         ="#00FF00"; // Hyperlink while clicking
  15. $color_hlink         ="#00FF00"; // Hyperlink while pointing
  16. $color_background    ="black";   // Background color whole page
  17. $color_table         ="black";   // Background color Tables
  18. $color_header         ="black";   // Background color Header tables
  19.  
  20. // The font for the whole page
  21. $font_type           ="Verdana"; // The font type
  22. $font_size           ="11px";     // The font size
  23. $font_variables      ="#00FF00"; // The font color variables
  24. $font_table             ="WHITE";   // The font color Header tables
  25. $font_info             ="white";   // The font color text 
  26. $font_text             ="white";     // The font color all other text
  27.  
  28. // The button in the right down corner
  29. $button_color        ="black";   // The color of the button
  30. $button_text         ="white";   // The color text in the button
  31.  
  32. // The border around all the fields with the generated info
  33. $border_thick        ="1";       // The thickness of the border
  34. $border_color        ="#00FF00"; // The color
  35. $border_style         ="solid";     // The style
  36.  
  37. // The colors for the scrollbar
  38. $scrollbar_face      ="#000000";
  39. $scrollbar_highlight ="#00FF00";
  40. $scrollbar_shadow    ="#000000";
  41. $scrollbar_3dlight   ="#00FF00";
  42. $scrollbar_arrow     ="#00FF00";
  43. $scrollbar_track     ="#000000";
  44. $scrollbar_darkshadow="#00FF00";
  45. ?>